home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / rettig.arc / TRSOURCE.EXE / TR_OFFAD.PRG < prev    next >
Text File  |  1990-10-22  |  271b  |  16 lines

  1. *********
  2. * Function : OFF
  3. * By : Ralph Davis
  4. * Placed in the public domain by Tom Rettig Associates, 10/22/1990.
  5. *********
  6.  
  7.  
  8. FUNCTION OFF
  9. PARAMETERS m_var_in
  10. PRIVATE m_var_out
  11. m_var_out = SPACE(4)
  12. CALL _offset WITH &m_var_in, m_var_out
  13. RETURN m_var_out
  14.  
  15.  
  16.